text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

波士頓房價預測模型

波士頓房價預測模型

[進階 js 11]  this

[進階 js 11] this

CS50 Form

CS50 Form


Comments